/* 导航电脑 */
@media screen and (min-width: 768px) {
  .nones {
    display: none;
  }
  .dropdown-menu,
  .caret {
    display: none !important;
    opacity: 0;
  }
  .navbar-default {
    min-height: 69px;
    padding: 10px 0.775rem 0 0.6rem;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  }
  .navbar-default.act {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .navbar-default .navbar-nav > li > a {
    position: relative;
    color: #0c2961;
    font-size: 0.3rem;
    padding: 17px 0;
    margin: 0 0.43rem;
  }
  .navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    z-index: 10;
  }
  .navbar-default .navbar-nav > li > p {
    color: #3189FC;
    width: 0.15rem;
    height: 0.1rem;
    margin-top: -0.5rem;
    margin-left: 1.8rem;
  }
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    padding: 0;
    width: auto;
    height: auto;
  }
  .navbar-default .collapse {
    align-items: center;
  }
  .navbar-default .collapse ul:nth-child(1) {
    margin-left: 3.9rem;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
    margin-top: -0.15rem;
  }
  .navbar-lefts > li {
    position: relative;
  }
  .navbar-lefts > li:nth-child(n+2):hover > a::after {
    width: 100%;
    opacity: 1;
  }
  .navbar-lefts > li:nth-child(n+2):hover p {
    transform: rotate(181deg);
    margin-top: -0.4rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu {
    width: 1.6875rem !important;
    height: 1.7625rem !important;
    display: flex !important;
    margin-top: 0.25rem;
    background-color: transparent;
    box-shadow: none;
    border: none;
    opacity: 1;
    float: none !important;
    margin-left: 0.25rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li > a {
    padding: 4px 15px;
    color: #0C2961;
    font-size: 0.3rem;
    text-align: center;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu {
    width: 1.6875rem !important;
    height: 1.7625rem !important;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block !important;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li {
    width: 1.6875rem !important;
    margin-top: 0.1375rem;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li a {
    font-size: 0.2rem !important;
    color: #000f29 !important;
  }
  .navbar-lefts > li:nth-child(n+2):hover .dropdown-menu li:hover a {
    color: #3189FC !important;
  }
  .navbar-lefts .dropdown-menu > li > a:focus,
  .navbar-lefts .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: transparet;
  }
}
@media (min-width: 1400px) and (max-width: 1530px) {
  .navbar-default .navbar-right > li > a {
    margin: 0 0.3rem;
  }
}
/* 导航移动端 */
@media screen and (max-width: 1000px) {
  .navbar-header {
    padding: 10px;
    background-color: #fff;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    width: 90%;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
    font-size: 16px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-default {
    background-color: #3189FC;
    border-color: #2E2E2E;
  }
  .navbar-nav > li > p {
    display: none;
  }
  .navbar-right {
    display: flex;
    align-items: center;
  }
  .navbar-right .emen {
    display: none;
  }
  .navbar-right .input-group {
    display: flex;
    align-items: center;
    width: 160% !important;
    height: 0.5625rem;
    margin-top: 5px;
    margin-left: 10px;
    /* Safari，Chrome WebKit browsers */
    /* 火狐 Mozilla Firefox 4 to 18 */
    /* 火狐 Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
  }
  .navbar-right .input-group input {
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-right: none;
  }
  .navbar-right .input-group input::-webkit-input-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input:-moz-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input::-moz-placeholder {
    color: #fff;
  }
  .navbar-right .input-group input:-ms-input-placeholder {
    color: #fff;
  }
  .navbar-right .input-group .input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0 15px 15px 0;
    border-color: #fff;
    padding: 0 12px;
    width: 40px;
    height: 34px;
  }
  .navbar-right .input-group .input-group-addon img {
    width: 18px;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    padding-bottom: 20px;
  }
}
.on {
  color: #3189FC !important;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .navbar-brand img {
    width: 70%;
  }
}
.bj {
  background-image: url(../../image/bj1.png);
}
.sec {
  margin-top: 1.4rem;
}
.sec .mylx {
  width: 16.85rem;
  margin: 0 auto;
}
.sec .title .p1 {
  font-size: 0.625rem;
  color: #3189fc;
  font-weight: 500;
  margin-top: 0.7625rem;
  position: absolute;
  margin-left: 6rem;
}
.sec .title img {
  width: 0.6098rem;
  height: 1.0789rem;
  margin: 0.72rem 8.4rem;
}
.sec .title .p2 {
  font-size: 0.625rem;
  color: #a4cbff;
  margin-left: 8.9rem;
  position: absolute;
  margin-top: -1.5rem;
}
.sec1 {
  margin-top: 1.5rem;
}
.sec1 .banner {
  width: 100%;
  margin: 0 auto;
}
.sec1 .banner img {
  width: 100%;
  height: 100%;
}
.sec1 .ban_bom {
  width: 15rem;
  margin: 0 auto;
}
.sec1 .add {
  width: 16.85rem;
  margin: 0 auto;
}
.sec1 .add #map {
  width: 7.575rem;
  height: 4rem;
  margin-top: 0.375rem;
  overflow: hidden;
  margin-left: 1rem;
}
.sec1 .add #map img {
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.sec1 .add .map:hover img {
  transform: scale(1.1);
}
.sec1 .add .lx {
  padding-bottom: 0.65rem;
}
.sec1 .add .lx .tit {
  font-size: 0.225rem;
  color: #02182e;
  margin-left: 0rem;
  margin-top: 0.3rem;
  float: left;
  font-weight: 600;
}
.sec1 .add .lx .phone {
  font-size: 0.2rem;
  color: #02182e;
  margin-left: 1.15rem;
  padding-top: 0.6875rem;
  font-weight: 600;
}
.sec1 .add .lx .wx {
  font-size: 0.2rem;
  color: #02182e;
  margin-left: 1.15rem;
  margin-top: 0.225rem;
  font-weight: 600;
}
.sec1 .add .lx .sm {
  font-size: 0.225rem;
  color: #02182e;
  margin-left: 0rem;
  margin-top: 0.2rem;
  float: left;
  font-weight: 600;
}
.sec1 .add .lx .img {
  width: 2.3125rem;
  height: 2.3125rem;
  float: left;
  margin-top: 0.6rem;
  margin-left: 0.2rem;
}
.sec1 .add .lx .img img {
  width: 100%;
  height: 100%;
}
.sec1 .add .lx .dz {
  margin-top: 0.65rem;
  clear: both;
}
.sec1 .add .lx .dz p {
  font-size: 0.2rem;
  color: #02182e;
  font-weight: 600;
  padding-top: 0.2rem;
}
.sec2 {
  margin-top: 1.4rem;
}
.sec2 .jiaru {
  width: 16.85rem;
  margin: 0 auto;
}
.sec2 .title {
  margin-top: -1.625rem;
}
.sec2 .title .p1 {
  font-size: 0.4375rem;
  color: #3189fc;
  font-weight: 500;
  margin-top: 0rem;
  position: absolute;
  margin-left: 6.4rem;
}
.sec2 .title img {
  width: 0.6098rem;
  height: 0.95rem;
  margin: -0.15rem 8rem;
}
.sec2 .title .p2 {
  font-size: 0.4375rem;
  color: #a4cbff;
  margin-left: 8.3rem;
  position: absolute;
  margin-top: -0.3rem;
}
.sec3 .join {
  margin-top: 0.1rem;
  margin-bottom: 0.8rem;
}
.sec3 .join .join1 {
  width: 15rem;
  margin: 0 auto;
}
.sec3 .join .join1 ul {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sec3 .join .join1 ul li {
  width: 3.25rem;
  height: 3.625rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.075rem 0.0125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  opacity: 1;
  margin-right: 0.6125rem;
}
.sec3 .join .join1 ul li img {
  /*width: 0.95rem;
  height: 1.075rem;*/
  margin-left: 1.2rem;
  margin-top: 1.05rem;
}
.sec3 .join .join1 ul li p {
  text-align: center;
  font-size: 0.225rem;
  color: #3189fc;
  margin-top: 0.6rem;
}
.sec3 .join .join2 {
  width: 15.625rem;
  margin: 0.4125rem auto;
}
.sec3 .join .join2 .join_1 {
  width: 15.625rem;
  display: none;
}
.sec3 .join .join2 .join_1 .join3 {
  width: 3.625rem;
  height: 3.8rem;
  background: #fff;
  box-shadow: 0rem 0.025rem 0.075rem 0.0125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  opacity: 1;
}
.sec3 .join .join2 .join_1 .join3 .title {
  text-align: center;
  color: #3189fc;
  font-size: 0.225rem;
  padding-top: 0.2rem;
}
.sec3 .join .join2 .join_1 .join3 .zp {
  font-size: 0.2rem;
  color: #0c2961;
  text-align: center;
  padding-top: 0.1rem;
}
.sec3 .join .join2 .join_1 .join3 .gw {
  font-size: 0.15rem;
  color: #000f29;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  margin-top: 0.125rem;
  text-align: left;
}
.sec3 .join .join2 .join_1 .join3 .one {
  height: 0.45rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.225rem;
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.1625rem;
  color: #c7c7c7;
  padding-top: 0.12rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  float: left;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .join3 .two {
  height: 0.45rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.22rem;
  margin-top: 0.1rem;
  text-align: left !important;
  font-size: 0.1625rem;
  color: #c7c7c7;
  padding-top: 0.09rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .join3 .three {
  height: 0.45rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.225rem;
  margin-top: 0.1rem;
  text-align: left !important;
  font-size: 0.1625rem;
  color: #c7c7c7;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  padding-top: 0.12rem;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .join3 .four {
  height: 0.45rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.22rem;
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.1625rem;
  color: #c7c7c7;
  padding-top: 0.12rem;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .join3 .five {
  height: 0.4125rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.15rem;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.15rem;
  color: #c7c7c7;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .join3 .sex {
  height: 0.4125rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #a4cbff;
  margin-left: 0.15rem;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.15rem;
  color: #c7c7c7;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec3 .join .join2 .join_1 .swiper {
  width: 100%;
  height: 100%;
}
.sec3 .join .join2 .join_1 .swiper-slide {
  width: 3.625rem;
  height: 3.8rem;
  text-align: center;
  font-size: 18px;
  margin-right: -1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sec3 .join .join2 .join_1 .swiper-button-next {
  width: 1.0125rem;
  height: 2.35rem;
  background: #e2e2e2;
  box-shadow: 0rem 0rem 0.075rem 0.0125rem rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin-top: -1.15rem;
  color: #fff;
  right: 0rem;
}
.sec3 .join .join2 .join_1 .swiper-button-prev {
  width: 1.0125rem;
  height: 2.35rem;
  background: #e2e2e2;
  box-shadow: 0rem 0rem 0.075rem 0.0125rem rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin-top: -1.15rem;
  color: #fff;
  left: 0rem;
}
.sec3 .join .join2 .join_1 .swiper-button-next:hover {
  background: #A4CBFF;
}
.sec3 .join .join2 .join_1 .swiper-button-prev:hover {
  background: #A4CBFF;
}
@media (max-width: 760px) {
  .sec3 .join .join2 .join_1 .swiper-button-next {
    width: 40px;
    height: 94px;
    right: 0px;
    top: 45px;
    transform: rotate(0deg);
  }
  .sec3 .join .join2 .join_1 .swiper-button-prev {
    width: 40px;
    height: 94px;
    left: 0px;
    top: 45px;
    transform: rotate(0deg);
  }
}
.current {
  background-color: #3189fc !important;
}
.current p {
  color: #fff !important;
}
.footer {
  background-color: #000f29 !important;
}
.footer .dibu_1 {
  width: 16.85rem;
  margin: 0 auto;
}
.footer .foter {
  margin-bottom: 0.25rem;
}
.footer .db {
  width: 100%;
  margin-bottom: 0.275rem;
}
.footer .db .db1 {
  margin-top: -0.5rem;
}
.footer .db .db1 ul {
  float: left;
}
.footer .db .db1 ul li {
  float: left;
}
.footer .db .db1 ul li a {
  font-size: 0.2rem;
  color: #fff;
}
.footer .db .db1 ul li div {
  height: 0.1875rem;
  border-left: 1px solid #3189fc;
}
.footer .db .db1 ul .lis {
  margin-right: 1.3rem;
  margin-left: 0.2rem;
  margin-top: -0.02rem;
}
.footer .db .xt {
  width: 9.3875rem;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 0.15rem;
}
.footer .db .my {
  position: absolute;
  top: 0.5rem;
}
.footer .db .my p {
  font-size: 0.25rem;
  color: #fff;
  clear: both;
}
.footer .db2 {
  margin-top: 1.7rem;
}
.footer .db2 ul li {
  font-size: 0.25rem;
  color: #fff;
  line-height: 0.45rem;
}
.footer .db3 {
  margin-top: -1.8rem;
  margin-left: 4.2rem;
}
.footer .db3 ul li {
  font-size: 0.25rem;
  color: #fff;
  line-height: 0.45rem;
}
.footer .db-1 .he {
  width: 2.425rem;
  height: 1.7375rem;
  background: #474f5d;
  opacity: 1;
  float: left;
  margin-top: 1rem;
  margin-left: 1.5rem;
}
.footer .db-1 .he .p {
  text-align: center;
  padding-top: 0.3625rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .he .p1 {
  text-align: center;
  padding-top: 0.2rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .he .p2 {
  text-align: center;
  padding-top: 0.1rem;
  font-size: 0.225rem;
  color: #fff;
}
.footer .db-1 .erweima {
  width: 1.225rem;
  height: 1.225rem;
  float: left;
  margin-left: 1.4625rem;
  margin-top: 1.25rem;
}
.footer .db-1 .erweima img {
  width: 100%;
  height: 100%;
}
.footer .db-1 .erweima p {
  font-size: 0.175rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.2rem;
}
.footer .xt1 {
  height: 2.7875rem;
  opacity: 1;
  border-left: 1px solid #ffffff;
  margin-left: 10.5rem;
  margin-top: -3.1rem;
  margin-bottom: 0.25rem;
}
.footer .footer1 {
  width: 100%;
  background-color: #010b1e;
}
.footer .footer1 .dibu {
  margin-bottom: 0.35rem;
}
.footer .footer1 .dibu p {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  margin-top: 0.475rem;
}
.footer .footer1 .dibu .p1 {
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .navbar-default {
    height: 100px;
    padding: 23px 2.875rem;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default {
    height: 100px;
    padding: 23px 2.875rem;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default.act {
    background-color: #fff;
    color: #0c2961 !important;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
  }
  .navbar-default.act .navbar-nav > li > a {
    color: #0c2961;
  }
}
@media screen and (max-width: 800px) {
  .bj {
    background-image: none;
  }
  .sec1 {
    margin-top: 0px;
  }
  .sec1 .banner {
    width: 100%;
  }
  .sec1 .banner img {
    width: 100%;
    height: 100%;
  }
  .sec1 .ban_bom {
    width: 100%;
  }
  .sec1 .add {
    width: 100%;
  }
  .sec1 .add #map {
    width: 303px;
    height: 160px;
    margin: 15px auto;
    overflow: hidden;
  }
  .sec1 .add #map .BMap_bubble_title {
    font-size: 14px !important;
  }
  .sec1 .add .lx .tit {
    font-size: 16px;
    color: #02182e;
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    font-weight: 600;
  }
  .sec1 .add .lx .phone {
    font-size: 14px;
    color: #02182e;
    margin-left: 15px;
    padding-top: 25px;
    font-weight: 600;
  }
  .sec1 .add .lx .wx {
    font-size: 14px;
    color: #02182e;
    margin-left: 15px;
    padding-top: 0px;
    font-weight: 600;
  }
  .sec1 .add .lx .sm {
    font-size: 16px;
    color: #02182e;
    margin-left: 235px;
    margin-top: -60px;
    float: left;
    font-weight: 600;
  }
  .sec1 .add .lx .img {
    width: 95.5px;
    height: 95.5px;
    float: left;
    margin-top: -30px;
    margin-left: 230px;
  }
  .sec1 .add .lx .dz {
    margin-top: 0px;
  }
  .sec1 .add .lx .dz p {
    font-size: 14px;
    color: #02182e;
    font-weight: 600;
    padding-top: 15px;
    padding-left: 15px;
  }
  .sec2 {
    margin-top: 35px;
  }
  .sec2 .jiaru {
    width: 100%;
  }
  .sec2 .jiaru .title .p1 {
    font-size: 18px;
    color: #3189fc;
    font-weight: 500;
    margin-top: 0px;
    position: absolute;
    margin-left: 150px;
    text-align: center;
  }
  .sec2 .jiaru .title img {
    display: none;
  }
  .sec2 .jiaru .title .p2 {
    font-size: 18px;
    color: #3189fc;
    font-weight: 500;
    margin-top: 20px;
    position: absolute;
    margin-left: 155px;
    text-align: center;
  }
  .sec3 .join {
    margin-top: 30px;
  }
  .sec3 .join .join1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 25px;
  }
  .sec3 .join .join1 ul {
    flex-wrap: wrap;
  }
  .sec3 .join .join1 ul li {
    width: 120px;
    height: 100px;
    background: #fff;
    opacity: 1;
    margin-right: 5px;
    margin-bottom: 20px;
    border-radius: 3px 3px;
  }
  .sec3 .join .join1 ul li img {
    width: 38px;
    height: 43px;
    margin-left: 42px;
    margin-top: 15px;
  }
  .sec3 .join .join1 ul li p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
  .sec3 .join .join2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec3 .join .join2 .join_1 {
    width: 100%;
  }
  .sec3 .join .join2 .join_1 .join3 {
    width: 145px;
    height: 160px;
    background: #fff;
  }
  .sec3 .join .join2 .join_1 .join3 .title {
    font-size: 14px;
    padding-top: 10px;
  }
  .sec3 .join .join2 .join_1 .join3 .zp {
    font-size: 12px;
    padding-top: 5px;
  }
  .sec3 .join .join2 .join_1 .join3 .gw {
    font-size: 12px;
    color: #000f29;
    padding-left: 8px;
    padding-right: 5px;
    margin-top: 5px;
    text-align: left;
    display: none;
  }
  .sec3 .join .join2 .join_1 .join3 .one {
    height: 18px;
    font-size: 12px;
    padding-top: 6px;
    text-align: center;
    margin-top: 15px;
  }
  .sec3 .join .join2 .join_1 .join3 .two {
    height: 18px;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
    margin-top: 7px;
  }
  .sec3 .join .join2 .join_1 .join3 .three {
    height: 18px;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
    margin-top: 7px;
  }
  .sec3 .join .join2 .join_1 .join3 .four {
    height: 18px;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
    margin-top: 7px;
  }
  .sec3 .join .join2 .join_1 .swiper-slide {
    width: 145px !important;
    height: 160px;
    margin-right: 35px;
  }
  .footer .dibu_1 {
    width: 100%;
    margin: 0 auto;
  }
  .footer .db .my p {
    font-size: 14px;
  }
  .footer .db .db1 {
    margin-top: 0px;
  }
  .footer .db .db1 ul li div {
    height: 7.5px;
    border-left: 1px solid #3189fc;
    margin-top: 38px;
    display: none;
  }
  .footer .db .db1 ul li a {
    font-size: 12px;
  }
  .footer .db .db1 ul .lis {
    margin-right: 30px;
    margin-left: 3px;
    margin-top: 23px;
  }
  .footer .db .xt {
    display: none;
  }
  .footer .db2 {
    margin-top: 70px;
  }
  .footer .db2 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .footer .db3 {
    margin-top: -73px;
    margin-left: 150px;
  }
  .footer .db3 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .footer .xt1 {
    display: none;
  }
  .footer .db-1 .he {
    width: 125px;
    height: 85.5px;
    background: #474f5d;
    opacity: 1;
    float: left;
    margin-top: 20px;
    margin-left: 55px;
  }
  .footer .db-1 .he .p {
    padding-top: 8px;
    font-size: 12px;
  }
  .footer .db-1 .he .p1 {
    padding-top: 10px;
    font-size: 12px;
  }
  .footer .db-1 .he .p2 {
    padding-top: 10px;
    font-size: 12px;
  }
  .footer .db-1 .erweima {
    width: 49px;
    height: 49px;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
  }
  .footer .db-1 .erweima p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer1 p {
    font-size: 12px;
  }
  .footer .footer1 .dibu .p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer1 .dibu .p1 {
    font-size: 12px;
    margin-top: 5px;
  }
}
